feat: Add search bar for DataTable#693
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Code Review
This pull request introduces a type-safe, full-text-like search feature integrated with VitNode's cursor-based pagination and DataTable component. Key changes include updating the withPagination helper to support case-insensitive ILIKE search across specified columns, adding a debounced SearchDataTable input component, and updating documentation and locales. Feedback on these changes highlights an out-of-sync bug in the search input where typing fewer than three characters fails to clear the active search from the URL, as well as a recommendation to set type='search' on the input for better mobile accessibility.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9d0a4a2468
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Improving Documentation
pnpm lint:fixto fix formatting issues before opening the PR.Description
What?
Why?